home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wrnsr094 / nagbox.frm < prev    next >
Text File  |  1995-05-08  |  4KB  |  121 lines

  1. VERSION 2.00
  2. Begin Form NagBox 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "Registration"
  5.    ClientHeight    =   5940
  6.    ClientLeft      =   2010
  7.    ClientTop       =   2505
  8.    ClientWidth     =   5490
  9.    FontBold        =   -1  'True
  10.    FontItalic      =   0   'False
  11.    FontName        =   "System"
  12.    FontSize        =   9.75
  13.    FontStrikethru  =   0   'False
  14.    FontUnderline   =   0   'False
  15.    Height          =   6345
  16.    Icon            =   0
  17.    Left            =   1950
  18.    LinkMode        =   1  'Source
  19.    LinkTopic       =   "Form1"
  20.    MaxButton       =   0   'False
  21.    MinButton       =   0   'False
  22.    ScaleHeight     =   5940
  23.    ScaleWidth      =   5490
  24.    Top             =   2160
  25.    Width           =   5610
  26.    Begin CommandButton BTN_OK 
  27.       Caption         =   "OK"
  28.       Height          =   360
  29.       Left            =   2160
  30.       TabIndex        =   1
  31.       Top             =   5400
  32.       Width           =   1080
  33.    End
  34.    Begin TextBox Text3 
  35.       Height          =   765
  36.       Left            =   960
  37.       MultiLine       =   -1  'True
  38.       TabIndex        =   5
  39.       Text            =   "frank@whare.cavebbs.welly.gen.nz   f_vander@comp.vuw.ac.nz  frank@cit.ac.nz "
  40.       Top             =   4425
  41.       Width           =   3375
  42.    End
  43.    Begin TextBox Text5 
  44.       BorderStyle     =   0  'None
  45.       Height          =   465
  46.       Left            =   720
  47.       MultiLine       =   -1  'True
  48.       TabIndex        =   7
  49.       Text            =   "Comments, suggestions, questions, etc. may be sent to me via Internet at:"
  50.       Top             =   3900
  51.       Width           =   4095
  52.    End
  53.    Begin TextBox Text4 
  54.       Height          =   1440
  55.       Left            =   1440
  56.       MultiLine       =   -1  'True
  57.       TabIndex        =   6
  58.       Text            =   "Tech-Soft Systems         101 Epuni St             Lower Hutt      Wellington                New Zealand"
  59.       Top             =   2175
  60.       Width           =   2295
  61.    End
  62.    Begin TextBox Text2 
  63.       BorderStyle     =   0  'None
  64.       Height          =   240
  65.       Left            =   600
  66.       MultiLine       =   -1  'True
  67.       TabIndex        =   4
  68.       Text            =   "Send $10 US to me at"
  69.       Top             =   1875
  70.       Width           =   4335
  71.    End
  72.    Begin TextBox Text1 
  73.       BorderStyle     =   0  'None
  74.       Height          =   615
  75.       Left            =   600
  76.       MultiLine       =   -1  'True
  77.       TabIndex        =   3
  78.       Text            =   "This program is shareware. You may try it for up to 30 days, after which you must register it."
  79.       Top             =   1200
  80.       Width           =   4335
  81.    End
  82.    Begin PictureBox PIC_Icon 
  83.       BorderStyle     =   0  'None
  84.       Height          =   720
  85.       Left            =   240
  86.       Picture         =   NAGBOX.FRX:0000
  87.       ScaleHeight     =   720
  88.       ScaleWidth      =   600
  89.       TabIndex        =   0
  90.       Top             =   675
  91.       Width           =   600
  92.    End
  93.    Begin Label LAB_1 
  94.       Alignment       =   2  'Center
  95.       Caption         =   "Windows/Waffle Read News"
  96.       FontBold        =   -1  'True
  97.       FontItalic      =   0   'False
  98.       FontName        =   "MS Sans Serif"
  99.       FontSize        =   18
  100.       FontStrikethru  =   0   'False
  101.       FontUnderline   =   0   'False
  102.       Height          =   630
  103.       Left            =   120
  104.       TabIndex        =   2
  105.       Top             =   150
  106.       Width           =   5295
  107.    End
  108. End
  109.  
  110. Sub BTN_OK_Click ()
  111.    edit.enabled = true
  112.    NagBox.Hide
  113. End Sub
  114.  
  115. Sub BTN_OK_KeyPress (KeyAscii As Integer)
  116.  
  117.     BTN_OK_Click
  118.  
  119. End Sub
  120.  
  121.